OrEnabled Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmSources.OrEnabled Property

Enables or disables the OR-summing of the arm sources.


[Visual Basic]
Public Property OrEnabled As Boolean

[C#]
public Boolean OrEnabled {get; set;}

[C++]
HRESULT get_OrEnabled(
   VARIANT_BOOL* retval
);
HRESULT put_OrEnabled(
   VARIANT_BOOL val
);

Remarks

When set to True, the arm sources use OR-summing. When set to False, the arm sources use AND-summing.

See Also

IIviLxiSyncArmSources Interface | IIviLxiSyncArmSources Members | Ivi.LxiSync.Interop Namespace